Snapservice TargetEntityReplicationSpec

Snapservice TargetEntityReplicationSpec
Snapservice TargetEntityReplicationSpec

The Snapservice TargetEntityReplicationSpec schema contains properties that describe the settings to configure target entity replication. Currently, we only support virtual machines as a target entity.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "vm_replication_specs": [
        {
            "vm": "string",
            "config_params": {
                "target_config": {
                    "use_replica_seed": false,
                    "storage_spec": {
                        "target_datastore": "string"
                    }
                }
            }
        }
    ]
}
vm_replication_specs
Optional

Optional list of virtual machine specific replication configuration. Only unique vms can be specified in the list of replication configurations. This is mandatory for the current release, but we are keeping it optional for future use-cases.

This property was added in vSphere API 9.1.0.0.

if missing or null no virtual machine specific replication configuration overrides.